@font-face {
	font-family: font1;
	src: url(../fonts/font.ttf);
}

/* 顶部导航 */
.nav_box{ width: 100%; height: 74px; background: rgba(138,152,145,0.8); position: fixed; left: 0; top: 0; z-index: 9;}
.nav_content{ width: 1200px; height: 74px; margin: auto;}
.logo{ margin-left: 13px; margin-top: 10px; float: left;}
.line{ width: 2px; height: 36px; background: #ffffff; margin-left: 18px; margin-top: 19px; float: left;}
.nav_list{ width: auto; height: 74px; float: left; vertical-align: middle; margin-left: 40px; color: #FFFFFF; font-size: 18px;}
.nav_list li{ line-height: 74px; margin: 0 50px;  float: left;}
.nav_list li a{ color: #FFFFFF; cursor: pointer;}
.nav_list li.active a{ font-weight: bold;}
.nav_list li a:hover{ font-weight: bold;}

/* 底部状态啦 */
.footer{ width: 100%; height: 484px; background: #8a9891;}
.footer_box{ width: 1200px; height: 484px; margin: auto; position: relative;}
.tel{ line-height: 21px; font-size: 16px; color: #FFFFFF; position: absolute; left: 64px; top: 68px; letter-spacing: 2px;}
.add{ line-height: 22px; font-size: 16px; color: #FFFFFF; position: absolute; left: 64px; top: 109px; letter-spacing: 2px;}
.email{ line-height: 21px; font-size: 16px; color: #FFFFFF; position: absolute; left: 64px; top: 155px; letter-spacing: 2px;}
.logos{ position: absolute; left: 843px; top: 78px;}
#container{ width: 1200px; height: 220px; position: absolute; left: 0; top: 220px;}
.icp{ display: block; width: 1200px; height: 32px; font-size: 14px; color: #FFFFFF; text-align: center; position: absolute; left: 0; bottom: 0;}


